when i click build button in editor, the ubaseesion server always delaying
the note says I should set max page file to a large number, but how to set?
P.S. I’m using windows 10, ue5.6
when i click build button in editor, the ubaseesion server always delaying
the note says I should set max page file to a large number, but how to set?
P.S. I’m using windows 10, ue5.6
i’m not sure, but i think it refers to this.
tip: setting the min and max pagefile size to the same number. will be faster. since the os won’t be increasing and decreasing the size. also it avoids fragmentation.
Oh thanks a lot, I didn’t realize before that it referred to the size of the system’s virtual memory, Your reply solved my problem
no prob, a page file is a way to implement virtual memory.
in linux is called a swap file and/or swap partition.
i think that’s the cause since it talks about memory pressure, physical memory, and spawning processes. all of those related.
thanks you bro
my pleasure, good luck