NewSapMachineJRE creates a new SAP Machine JRE provider.
(ctx *common.Context)
| 7 | |
| 8 | // NewSapMachineJRE creates a new SAP Machine JRE provider. |
| 9 | func NewSapMachineJRE(ctx *common.Context) *SapMachineJRE { |
| 10 | b := newBaseJRE(ctx, "SapMachine", "sapmachine", []string{"sapmachine"}, nil, "") |
| 11 | b.extraFinalizeOpts = func() string { return "-XX:ActiveProcessorCount=$(nproc)" } |
| 12 | return &SapMachineJRE{b} |
| 13 | } |
no test coverage detected