The default soft (warning) and hard (error) size limits are set to 500,000 and 10,000,000 bytes but can be overriden through the hooks.filesizesoftlimit and hooks.filesizehardlimit settings respectively:
$ git config hooks.filesizesoftlimit 100000
$ git config hooks.filesizehardlimit 4000000