Help in understanding error messages

I am running the following test

setUp(

OnePost.inject(rampUsers(noOfUsers) during (60 seconds)).protocols(httpProtocol),
postTwo.inject(nothingFor(150 second), rampUsers(noOfUsers) during (60 seconds)).protocols(httpProtocol),
OneGet.inject(nothingFor(200 second), rampUsers(noOfUsers) during (60 seconds)).protocols(httpProtocol),
getTwo.inject(nothingFor(200 second), rampUsers(noOfUsers) during (60 seconds)).protocols(httpProtocol)
)

In the above, I have the errors when I noOfUsers are 35000. I noticed also that the CPU was above 90%. Are the errors from the client or gatling?

Can anyone help me to understand the following error messages

IO errors, most likely because you try to generate load from a machine that can’t handle it. Non beaffy laptop on Windows?

Hi,
I am on an azure VM with4 vcpus, 16 GiB memory and 8 vcpus, 32 GiB memory to generate the load.

Windows server 2019, VM on azure with 4 vcpus, 16 GiB memory and 8 vcpus, 32 GiB memory

  1. Generally speaking, Java is as good on Windows as it is on Linux, in particular NIO
  2. I hope you don’t have an anti-virus on this server…
  3. We have tuning instructions, but for Linux (https://gatling.io/docs/current/general/operations/). Try finding similar instructions for Windows.
  4. Linux machines are also available on Azure, if possible, I really recommend switching to Linux for Gatling.