Ray.put --> interrupted by signal 11: SIGEGV

When I use ray.put on my ray cluster if I send a block larger than 32GB it gives me this error:

           Process finished with exit code 139 (interrupted by signal 11: SIGEGV)

Is there a limit with put.ray on the size I can send to the cluster?