]] Tejaswi Nadahalli | I am running my Python origin-server on the same machine. It seems like the | Python interpreter caused the OOM killer to kill Varnish. If that's the | case, is there anything I can do prevent this from happening?
Add more memory, don't leak memory in your python process, limit the amount of memory varnish uses, add swap or change the oom score for varnish? -- Tollef Fog Heen Varnish Software t: +47 21 98 92 64 _______________________________________________ varnish-misc mailing list [email protected] http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
