449647d85685aa8dd1b28cff37dfee8d31810cbd
wiki/howto/windestimation.md
| ... | ... | @@ -73,7 +73,7 @@ For your account that is equipped with the ``TRACKED_RACE:EXPORT`` permission yo |
| 73 | 73 | -m 10g --rm -d \ |
| 74 | 74 | -e MONGODB_URI="mongodb://172.17.0.1/windestimation?retryWrites=true" \ |
| 75 | 75 | -e BEARER_TOKEN="{your-bearer-token-here}" \ |
| 76 | - -e MEMORY=-Xmx8g \ |
|
| 76 | + -e MEMORY=-Xmx6g \ |
|
| 77 | 77 | docker.sapsailing.com/windestimationtraining:latest |
| 78 | 78 | ``` |
| 79 | 79 | If successful (and you may want to remove the ``--rm`` option otherwise to allow you to inspect logs after unsuccessful execution) you will find the output under ``/tmp/windEstimationModels.dat`` which you can upload as usual, e.g., as in |