You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was trying to use this repo to run a couple of load tests using jmeter 5.1.1. I was able to run the docker-compose build successfully. However, if I run
./build-and-run.sh,
then I am prompted to enter the password - due to the use of sudo.
After I enter the password, the line
echo 1024 65000 | sudo tee /proc/sys/net/ipv4/ip_local_port_range
throws an error - No such file or directory.
Error :
tee: /proc/sys/net/ipv4/ip_local_port_range: No such file or directory
1024 65000
The text was updated successfully, but these errors were encountered:
Hello, I was trying to use this repo to run a couple of load tests using jmeter 5.1.1. I was able to run the
docker-compose build
successfully. However, if I run./build-and-run.sh
,then I am prompted to enter the password - due to the use of
sudo
.After I enter the password, the line
echo 1024 65000 | sudo tee /proc/sys/net/ipv4/ip_local_port_range
throws an error -
No such file or directory.
Error :
The text was updated successfully, but these errors were encountered: