Michael Blow | e2cf491 | 2017-01-18 15:39:40 -0500 | [diff] [blame] | 1 | ; Licensed to the Apache Software Foundation (ASF) under one |
| 2 | ; or more contributor license agreements. See the NOTICE file |
| 3 | ; distributed with this work for additional information |
| 4 | ; regarding copyright ownership. The ASF licenses this file |
| 5 | ; to you under the Apache License, Version 2.0 (the |
| 6 | ; "License"); you may not use this file except in compliance |
| 7 | ; with the License. You may obtain a copy of the License at |
| 8 | ; |
| 9 | ; http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | ; |
| 11 | ; Unless required by applicable law or agreed to in writing, |
| 12 | ; software distributed under the License is distributed on an |
| 13 | ; "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 14 | ; KIND, either express or implied. See the License for the |
| 15 | ; specific language governing permissions and limitations |
| 16 | ; under the License. |
| 17 | |
Chris Hillery | 5ba58de | 2016-05-09 19:44:06 -0700 | [diff] [blame] | 18 | [nc/red] |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 19 | address = 127.0.0.1 |
| 20 | #jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5006 |
Ian Maxon | ab36948 | 2017-12-10 18:15:15 -0800 | [diff] [blame] | 21 | jvm.args= -Xmx1234m |
Chris Hillery | 5ba58de | 2016-05-09 19:44:06 -0700 | [diff] [blame] | 22 | |
| 23 | [nc/blue] |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 24 | address = 127.0.0.1 |
| 25 | ncservice.port = 9091 |
| 26 | #jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5007 |
Chris Hillery | 5ba58de | 2016-05-09 19:44:06 -0700 | [diff] [blame] | 27 | |
| 28 | [cc] |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 29 | address = 127.0.0.1 |
| 30 | console.listen.port = 12345 |
Chris Hillery | 5ba58de | 2016-05-09 19:44:06 -0700 | [diff] [blame] | 31 | |