drop unneeded patch (ty zzz)

This commit is contained in:
kytv
2015-04-17 14:14:06 +00:00
parent f3bb84f2c0
commit 13d5a36cfc
2 changed files with 0 additions and 22 deletions

View File

@@ -1,21 +0,0 @@
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);

View File

@@ -1,5 +1,4 @@
0001-path-substitution.patch
0002-jbigi-soname.patch
0003-renaming-jcpuid.patch
0004-oom-listener.patch
#0004-jetty6.patch