• R/O
  • SSH
  • HTTPS

okuyama: Commit


Commit MetaInfo

Revision1037 (tree)
Time2013-09-19 13:02:57
Authorokuyamaoo

Log Message

sh追加

Change Summary

Incremental Difference

--- trunk/executecommand/execDataNode_small.sh (nonexistent)
+++ trunk/executecommand/execDataNode_small.sh (revision 1037)
@@ -0,0 +1,2 @@
1+#!/bin/sh
2+java -classpath ./classes:./lib/log4j-1.2.14.jar:./lib/javamail-1.4.1.jar:./lib/commons-codec-1.4.jar -Xmx512m -Xms256m -Xmn64m -server -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC -XX:TargetSurvivorRatio=98 -XX:MaxTenuringThreshold=32 okuyama.base.JavaMain /Main.properties /DataNode_small.properties -vidf true -svic 2
\ No newline at end of file
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
--- trunk/executecommand/execMasterNode2.sh (nonexistent)
+++ trunk/executecommand/execMasterNode2.sh (revision 1037)
@@ -0,0 +1,2 @@
1+#!/bin/sh
2+java -cp ./classes:./lib/log4j-1.2.14.jar:./lib/javamail-1.4.1.jar:./lib/commons-codec-1.4.jar -Xmx128m -Xms64m okuyama.base.JavaMain /Main.properties /MasterNode2.properties -npmmns true
\ No newline at end of file
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Show on old repository browser