| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 41e27f6 commit 50acf72
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,7 +26,7 @@ exports.isLinuxPPCBE = (process.platform === 'linux') && | |||
| 26 | 26 | exports.isSunOS = process.platform === 'sunos'; | |
| 27 | 27 | exports.isFreeBSD = process.platform === 'freebsd'; | |
| 28 | 28 | ||
| 29 | - exports.enoughTestMem = os.totalmem() > 0x20000000; /* 512MB */ | ||
| 29 | + exports.enoughTestMem = os.totalmem() > 0x40000000; /* 1 Gb */ | ||
| 30 | 30 | exports.rootDir = exports.isWindows ? 'c:\\' : '/'; | |
| 31 | 31 | ||
| 32 | 32 | function rimrafSync(p) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments