From 2e8cf0a3dd27503423afe0bc8f3600bcf8ac832b Mon Sep 17 00:00:00 2001 From: Linker Lin Date: Thu, 5 Sep 2013 00:30:10 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=B0=86=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95fork=E7=8B=AC=E7=AB=8B=E7=9A=84JVM=E6=9D=A5=E8=B7=91?= =?UTF-8?q?=E3=80=82=E9=81=BF=E5=85=8D=E5=B0=91=E6=95=B0=E6=83=85=E5=86=B5?= =?UTF-8?q?=E9=BB=98=E8=AE=A4maven=E5=BC=80=E7=9A=84JVM=E5=A0=86=E5=A4=AA?= =?UTF-8?q?=E5=B0=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 8b3c9877..4fdfeee1 100644 --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + pertest + -Xms1024m -Xmx1024m -Xss1m + + org.apache.maven.plugins maven-compiler-plugin From 4d023b3666cc2101e92540004e5630dd2aa01319 Mon Sep 17 00:00:00 2001 From: Linker Lin Date: Thu, 5 Sep 2013 00:30:52 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=89=94=E9=99=A4?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cd33b618..8e88e25d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ target/* *.iml out/ +.idea