This command will kill all instance from
ps aux | grep samba
kill $(ps aux | grep 'samba' | awk '{print $2}')
This command will kill all instance from
ps aux | grep samba
kill $(ps aux | grep 'samba' | awk '{print $2}')
sp_configure ‘show advanced options’,1
reconfigure with override
go
sp_configure ‘max server memory’, 4096
reconfigure with override
go
sp_configure ‘show advanced options’,1
reconfigure with override
go
sp_configure ‘max server memory’, 256
reconfigure with override
go