Skip to content

G4dn.xlarge running out of memory

0

Im using g4dn.xlarge to run Unreal Engine PixelStreaming applications. And now I want to to run multiples game instances on a single machine, but It Is throwing error: "Ran out of memory allocating 65536 (0.1 MiB) bytes with alignment 0. Last error msg: The paging file is too small for this operation to complete.." Error screenshot

Ive tried install Nvidia Gaming and grid drivers. And on my machine I was not able to reproduce de error. :/

asked a year ago296 views
1 Answer
1
Accepted Answer

Hello,

To resolve the "Ran out of memory" issue on your g4dn.xlarge instance running Unreal Engine PixelStreaming applications, follow these specific steps:

1. Increase the Paging File Size:

  • Navigate to Control Panel > System and Security > System > Advanced system settings > Performance > Settings > Advanced > Virtual Memory.

  • Increase the paging file size to a larger value, ensuring it can handle the memory demands of multiple game instances.

2. Monitor Memory Usage:

  • Use NVIDIA System Management Interface (nvidia-smi) to monitor GPU memory usage and ensure it's not maxing out.

If these steps don't resolve the issue, consider upgrading to an instance with more memory, like the g4dn.2xlarge.

EXPERT
answered a year ago
EXPERT
reviewed a year ago
AWS
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.