PHP-FPM deployment crashing

I am deploying a container with php v8.1, php-fpm and nginx but php-fpm keeps on chashing

2022-07-07 05:31:22,477 INFO exited: php-fpm (terminated by SIGBUS (core dumped); not expected)
2022-07-07 05:31:23,479 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-07-07 05:31:23,481 INFO spawned: ‘php-fpm’ with pid 37
2022-07-07 05:31:23,481 INFO success: queue-worker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-07-07 05:31:23,482 INFO success: websockets entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-07-07 05:31:23,822 INFO exited: php-fpm (terminated by SIGBUS (core dumped); not expected)
2022-07-07 05:31:25,828 INFO spawned: ‘php-fpm’ with pid 38
2022-07-07 05:31:26,166 INFO exited: php-fpm (terminated by SIGBUS (core dumped); not expected)
2022-07-07 05:31:29,177 INFO spawned: ‘php-fpm’ with pid 39
2022-07-07 05:31:29,458 INFO exited: php-fpm (terminated by SIGBUS (core dumped); not expected)
2022-07-07 05:31:30,460 INFO gave up: php-fpm entered FATAL state, too many start retries too quickly

On my local machine as a docker container it is working fine but on the kubernetes deployment it is not working