As a first measure you could start
find by using
nice:
Code:
$ nice -n 19 find / -name filename
But why it crashes the system needs further investigation for sure. When you want to search across the whole file system, maybe you want to install
locate, which will make the
find in a cronjob and creates a database which will give the result faster when you issue the command.