Brian Hoang

Results 41 comments of Brian Hoang

What region are you in? It could be possible that Standard_E4_v3 is not available in your region. Is this happening during makeCluster?

Are you setting maxTasksPerNode greater than 1 in your cluster configuration?

I don't have a preferred package for measuring memory usage. Where exactly is this error occuring? Is this when the foreach is getting results? If you have a cluster configuration...

Are all of your workflows in interactive mode? (Waiting for the job to be done) Thanks, Brian

Hi @angusrtaylor - Are you using the monte carlo sample cluster configuration? - How many nodes are you using? Thanks, Brian

What region are you currently in? I'm also having issues with nodes saying they are idle, there are both low priority and dedicated. I will be investigating the batch node...

Hi Simon, For submitting a large number of tasks, I'll look into increasing the throughput of task submission similar to the other Azure Batch SDKs. https://docs.microsoft.com/en-us/azure/batch/large-number-tasks#increase-throughput-of-task-submission Thanks, Brian

Hi Simon, I'll do some benchmarking on CPU overhead on task submission. How many tasks is each R session submitting? Thanks, Brian

Hey @zerweck doAzureParallel uses the go version of Batch insights due to issues of Linux installation. Thanks, Brian

- Do you have a reproducible sample? Cluster configuration and foreach sample will help. - Is this one VM with 4 cores or multiple VMs? Are you using maxTasksPerNode? -...