We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(the configurations mentioned below are presented at the end of the issue)
ID TOTAL ORIGIN PKGNAME PHASE PHASE TMPFS CPU% MEM% [01] 00:17:07 devel/electron32 | electron32-32.2.5 build 00:05:21 39.18 GiB 1541.6% 16.4% [04] 00:17:07 www/firefox | firefox-133.0,2 build 00:15:00 37.93 GiB 91.8% 6.2% [07] 00:17:07 lang/ghc | ghc-9.6.6_1 build 00:09:55 38.98 GiB 159.2% 2.4%
For what it's worth, I'm almost sure that I didn't observe such numbers using the config A.
Build devel/electron32 using the A and B configurations.
USE_TMPFS=all TMPFS_LIMIT=8 TMPFS_BLACKLIST="rust llvm* electron* ghc* firefox" TMPFS_BLACKLIST_TMPDIR=${BASEFS}/data/cache/tmp # MAX_MEMORY isn't set
USE_TMPFS="wrkdir data localbase" TMPFS_LIMIT=8 TMPFS_BLACKLIST="rust llvm* electron* ghc* firefox" TMPFS_BLACKLIST_TMPDIR=${BASEFS}/data/cache/tmp # MAX_MEMORY isn't set
The difference is only in the value of USE_TMPFS.
USE_TMPFS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Describe the bug
(the configurations mentioned below are presented at the end of the issue)
For what it's worth, I'm almost sure that I didn't observe such numbers using the config A.
How to reproduce
Build devel/electron32 using the A and B configurations.
Expected behavior
Environment
Additional context
Configuration A
Configuration B
The difference is only in the value of
USE_TMPFS
.The text was updated successfully, but these errors were encountered: