Y
Hacker News
new
|
ask
|
show
|
jobs
by
phoe-krk
1118 days ago
Try setting or binding SB-KERNEL:*GC-INHIBIT* to true.
1 comments
stassats
1117 days ago
That's a recipe for disaster. Never do that.
link
phoe-krk
1117 days ago
Damn, I searched the sources on GitHub for WITHOUT-GC but found nothing; I should have searched for SB-SYS:WITHOUT-GCING which is the actual user-facing interface. Thanks for the correction.
link
stassats
1117 days ago
SYS:WITHOUT-GCING is better but is still fraught with danger (that's why I didn't mention it).
link