I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 13d5a36c authored by kytv's avatar kytv
Browse files

drop unneeded patch (ty zzz)

parent f3bb84f2
No related branches found
No related tags found
No related merge requests found
From: Kill Your TV <killyourtv@i2pmail.org>
Date: Wed, 19 Dec 2012 16:05:45 +0000
Subject: oom-listener
---
router/java/src/net/i2p/router/tasks/OOMListener.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/router/java/src/net/i2p/router/tasks/OOMListener.java b/router/java/src/net/i2p/router/tasks/OOMListener.java
index 1662b9f..2899100 100644
--- a/router/java/src/net/i2p/router/tasks/OOMListener.java
+++ b/router/java/src/net/i2p/router/tasks/OOMListener.java
@@ -48,7 +48,7 @@ public class OOMListener implements I2PThread.OOMEventListener {
log.log(Log.CRIT, "free mem: " + Runtime.getRuntime().freeMemory() +
" total mem: " + Runtime.getRuntime().totalMemory());
if (_context.hasWrapper())
- log.log(Log.CRIT, "To prevent future shutdowns, increase wrapper.java.maxmemory in $I2P/wrapper.config");
+ log.log(Log.CRIT, "To prevent future shutdowns, increase wrapper.java.maxmemory in /etc/i2p/wrapper.config");
} catch (OutOfMemoryError oome) {}
try {
ThreadDump.dump(_context, 1);
0001-path-substitution.patch 0001-path-substitution.patch
0002-jbigi-soname.patch 0002-jbigi-soname.patch
0003-renaming-jcpuid.patch 0003-renaming-jcpuid.patch
0004-oom-listener.patch
#0004-jetty6.patch #0004-jetty6.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment