Advertisement
Guest User

y-cruncher memtest

a guest
Oct 4th, 2020
7,250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. // y-cruncher Configuration File
  2. // Version: 0.7.8 Build 9507
  3. //
  4. // Load this from y-cruncher or run directly:
  5. // y-cruncher config filename.cfg
  6. //
  7. // If you're copying Windows file paths into here, be sure to replace
  8. // all backslashes "\" with forward slashes "/". Backslash is an
  9. // escape character.
  10. //
  11.  
  12. {
  13. Action : "StressTest"
  14. StressTest : {
  15. AllocateLocally : "true"
  16. LogicalCores : [0 1 2 3 4 5 6 7 8 9 10 11]
  17. TotalMemory : 14214071040
  18. SecondsPerTest : 200
  19. SecondsTotal : 0
  20. StopOnError : "true"
  21. Tests : [
  22. "N32"
  23. "N64"
  24. "HNT"
  25. "VST"
  26. "C17"
  27. ]
  28. }
  29. }
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement