[DiscordArchive] I’m exactly sure . To increase allowed memory for docketed, does it have to be set manually for per
[DiscordArchive] I’m exactly sure . To increase allowed memory for docketed, does it have to be set manually for per
Archived author: denners • Posted: 2021-08-31T01:58:37.780000+00:00
Original source
I’m exactly sure . To increase allowed memory for docketed, does it have to be set manually for per container or is there a global setting?
Archived author: denners • Posted: 2021-08-31T02:05:38.895000+00:00
Original source
The ec2 instance has 8gb memory total. If I increase that will it fix the memory issue? Or do I need to explicitly set memory in the docket run command?
Archived author: Prosetos • Posted: 2021-08-31T02:24:27.779000+00:00
Original source
Its a global setting in Docker
Archived author: Prosetos • Posted: 2021-08-31T02:25:22.989000+00:00
Original source
8gb on ec2 is cutting it close but might work
Archived author: denners • Posted: 2021-08-31T03:19:38.358000+00:00
Original source
thanks for your help, i'll try increasing memory of instance, and also within docker
Archived author: Prosetos • Posted: 2021-08-31T03:36:44.766000+00:00
Original source
Anytime, let me know how it goes
![[Image: unknown.png?ex=690c2122&is=690acfa2&hm=7...bd486020d&]](https://cdn.discordapp.com/attachments/535208956449128490/882116634037334026/unknown.png?ex=690c2122&is=690acfa2&hm=73b0c991fdd6afdc6d3de2da5bc00f31de5a8e195d3a8b1b67237dcbd486020d&)
Archived author: denners • Posted: 2021-08-31T04:16:35.607000+00:00
Original source
hmm looks like im running into the same issue <@!280632803341762560> has above. I've tried granting permissions to the .sh files but still same issue:
![[Image: unknown.png?ex=690c2122&is=690acfa2&hm=7...bd486020d&]](https://cdn.discordapp.com/attachments/535208956449128490/882116634037334026/unknown.png?ex=690c2122&is=690acfa2&hm=73b0c991fdd6afdc6d3de2da5bc00f31de5a8e195d3a8b1b67237dcbd486020d&)
Archived author: denners • Posted: 2021-08-31T04:18:56.754000+00:00
Original source
~~i also have not yet configured the config.sh file -> what info do we need to include in the config.sh file?~~
To fix above issue make sure that the azerothcore-wotlk directory has permission to enable others to create files inside of it.
Running the command:
`sudo chmod -R 777 /azerothcore-wotlk`
fixed it for me