If it’s not in your theme or child theme folder, copy over http://buddypress.trac.wordpress.org/browser/tags/1.5.3.1/bp-themes/bp-default/activity/activity-loop.php following the directory structure i.e. yourthemefolder/activity/activity-loop.php
Open up activity-loop.php and replace:
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>
with
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . ‘&per_page=10' ) ) : ?>
replace 10 with higher or lower number.