-
-
Notifications
You must be signed in to change notification settings - Fork 141
-
|
I have a very large data directory due to using multiple pf2e art compendiums and the jb2a animation pack (total size is ~8 GB). As a result, it takes about 5 minutes for my server to start due to the permission operation. I can't move these packs to a read-only volume because they get updated through Foundry package management. Is there anything I can do to help this operation complete faster? Sample startup process, see the timestamps of the last two logs: foundry | Entrypoint | 2025-01-28 17:40:23 | [debug] Installation completed. |
Beta Was this translation helpful? Give feedback.
All reactions
Take a look at:
Also, since the v13 release is getting nearer I'll mention that CONTAINER_PRESERVE_OWNER will be deprecated in that release as the container will no longer run as root and have the ability to change ownerships.
See:
Replies: 1 comment 2 replies
-
|
Take a look at:
Also, since the See: |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
I added |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
On further inspection, I found that I have a volume mount that needed to be ignored, too. This did the trick, as indicated by the linked issues CONTAINER_PRESERVE_OWNER=/data/Data/assets\|/data/Data/modules/jb2a_patreon |
Beta Was this translation helpful? Give feedback.
All reactions
-
1