Intermittent Mount configuration error

Arthur Francisco Araujo Fernandes 0 Reputation points
2025-02-19T17:31:32.8766667+00:00

I'm getting this error in my new Azure batch workloads. This error does not appear every time though. It is like 25% of the time my pool creates a new node this error happens. The only solution I have now is to re-image the node but that is not what I want to be doing.

image

NOTES:

  1. I'm using a custom image from Ubuntu 24.04
  2. The mount configuration is using blobfuse2 to mount a blob container.

Thanks,

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
355 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Markapuram Sudheer Reddy 990 Reputation points Microsoft Vendor
    2025-02-19T22:54:31.1233333+00:00

    Hi Arthur Francisco Araujo Fernandes,

    Thank You for reaching out to Microsoft Q&A forum.

    The error you are facing like out of memory can be due to high memory usage by running applications or insufficient memory allocation.

    Ensure that the image you configured does not have any unnecessary services or applications running that could consume memory.

    Ensure that the VM size you are using in your Azure Batch pool has sufficient memory and CPU resources.

    Use the commands like top, htop, or free -m to check memory usage.

    If you have any queries, please do let us know, we will help you.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.