create large file with given size in gigabyte
int $gigabyte:
LargeFileContent
public static function withGigabytes($gigabyte) { return self::withMegabytes($gigabyte * 1024); }