Created
October 25, 2020 01:53
-
-
Save philipperemy/49c9e96c2f92c43e98f140c896b7c60a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// y-cruncher Configuration File | |
// Version: 0.7.8 Build 9507 | |
// | |
// Load this from y-cruncher or run directly: | |
// y-cruncher config filename.cfg | |
// | |
// If you're copying Windows file paths into here, be sure to replace | |
// all backslashes "\" with forward slashes "/". Backslash is an | |
// escape character. | |
// | |
{ | |
Action : "CustomCompute" | |
CustomCompute : { | |
Constant : { | |
Constant : "goldenratio" | |
Algorithm : "newton" | |
} | |
ComputeSize : { | |
DecimalDigits : 7000000000000 | |
EnableHexDigits : "true" | |
} | |
Output : { | |
Path : "golden" | |
OutputEnable : "true" | |
DigitsPerFile : -1 | |
} | |
OutputVerify : "true" | |
Mode : "swap" | |
Parallelism : { | |
TaskDecomposition : 8 | |
Framework : "pushpool" | |
WorkerThreads : 8 | |
Randomization : "true" | |
MaxSequentialDispatch : 64 | |
} | |
Allocator : { | |
Allocator : "mmap" | |
LargePages : "disabled" | |
LockedPages : "disabled" | |
} | |
Memory : 128849018880 | |
Checkpointing : { | |
Enabled : "true" | |
PostCheckpointCommand : "" | |
} | |
FarMemoryTuning : { | |
BytesPerSeek : 1048576 | |
ParallelAccess : "none" | |
} | |
FarMemoryConfig : { | |
Framework : "disk-raid0" | |
InterleaveWidth : 262144 | |
BufferPerLane : 67108864 | |
Checksums : "true" | |
RawIO : "true" | |
Lanes : [ | |
{ // Lane 0 | |
Path : "" | |
BufferAllocator : { | |
Allocator : "mmap" | |
LargePages : "attempt" | |
LockedPages : "attempt" | |
} | |
WorkerThreadCores : [] | |
WorkerThreadPriority : 2 | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment