File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,23 @@ var runConfigurations = map[string]string{
3131 </method>
3232 </configuration>
3333</component>
34+ ` ,
35+
36+ "DataNode.xml" : `<component name="ProjectRunConfigurationManager">
37+ <configuration default="false" name="Graylog DataNode" type="Application" factoryName="Application" singleton="true">
38+ <envs>
39+ <env name="DEVELOPMENT" value="true" />
40+ </envs>
41+ <option name="MAIN_CLASS_NAME" value="org.graylog.datanode.bootstrap.Main" />
42+ <module name="data-node" />
43+ <option name="PROGRAM_PARAMETERS" value="datanode -f datanode.conf -np --local" />
44+ <option name="VM_PARAMETERS" value="-Xmx1g -XX:NewRatio=1 -server -XX:+ResizeTLAB -XX:-OmitStackTraceInFastThrow -XX:+PreserveFramePointer -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -Dio.netty.leakDetection.level=paranoid" />
45+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/../graylog-project-repos/graylog2-server" />
46+ <method v="2">
47+ <option name="Make" enabled="true" />
48+ </method>
49+ </configuration>
50+ </component>
3451` ,
3552
3653 "Web_Devserver.xml" : `<component name="ProjectRunConfigurationManager">
You can’t perform that action at this time.
0 commit comments