Guest User

Untitled

a guest
Dec 11th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. version: '3'
  2. services:
  3. mp-starter:
  4. image: "microprofile/start.microprofile.io:1.0-SNAPSHOT"
  5. user: wildfly
  6. ports:
  7. - 443:8443
  8. - 80:8080
  9. restart: always
  10. environment:
  11. MY_LOGLEVEL: "INFO"
  12. MY_IO_THREADS: "4"
  13. MY_TASK_MAX_THREADS: "32"
  14. MY_MS_HEAP: "2g"
  15. MY_MX_HEAP: "2g"
  16. MY_META_SPACE: "128M"
  17. MY_MAX_META_SPACE: "256m"
Add Comment
Please, Sign In to add comment