Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
操作系统:Ubuntu
是否可以将单服务与 sgen 垃圾收集器一起使用?普通的垃圾收集器会泄漏我所有的内存,直到世界末日来临。如果我找不到让 sgen 与单服务一起工作的方法,我可能会被困在使用 cron 作业中。
您可以尝试使用MONO_OPTIONS环境变量:
MONO_OPTIONS
export MONO_OPTIONS=--gc=sgen