Hacker News new | ask | show | jobs
by phoe-krk 1118 days ago
Try setting or binding SB-KERNEL:*GC-INHIBIT* to true.
1 comments

That's a recipe for disaster. Never do that.
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.
SYS:WITHOUT-GCING is better but is still fraught with danger (that's why I didn't mention it).