mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-24 15:10:44 +00:00
Since this command can only be invoked by CLI, the process will exit after a successful import, so restoring the transient PHP memory limit doesn't really have any affect. In PHP 8.4, this throws the following error (which doesn't happen in 8.3 and below) > [entrypoint / 11-first-time-setup.sh] - (stderr) 128769/128769 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%[2025-01-20 11:29:23] production.ERROR: Failed to set memory limit to 134217728 bytes (Current memory usage is 134746112 bytes) {"exception":"[object] (ErrorException(code: 0): Failed to set memory limit to 134217728 bytes (Current memory usage is 134746112 bytes) at /var/www/app/Console/Commands/ImportCities.php:140) It seems to be a 8.4 behavior change, so removing the logic would make it go away |
||
---|---|---|
.. | ||
Auth | ||
Console | ||
Events | ||
Exceptions | ||
Http | ||
Jobs | ||
Listeners | ||
Models | ||
Observers | ||
Providers | ||
Rules | ||
Services | ||
Transformer | ||
Util | ||
AccountInterstitial.php | ||
AccountLog.php | ||
Activity.php | ||
Avatar.php | ||
Bookmark.php | ||
Circle.php | ||
CircleProfile.php | ||
Collection.php | ||
CollectionItem.php | ||
Comment.php | ||
Contact.php | ||
DirectMessage.php | ||
DiscoverCategory.php | ||
DiscoverCategoryHashtag.php | ||
EmailVerification.php | ||
FailedJob.php | ||
Follower.php | ||
FollowRequest.php | ||
Hashtag.php | ||
HashtagFollow.php | ||
HasSnowflakePrimary.php | ||
helpers.php | ||
ImportData.php | ||
ImportJob.php | ||
Instance.php | ||
Like.php | ||
Media.php | ||
MediaBlocklist.php | ||
MediaTag.php | ||
Mention.php | ||
ModLog.php | ||
Newsroom.php | ||
Notification.php | ||
OauthClient.php | ||
Page.php | ||
Place.php | ||
Profile.php | ||
ProfileSponsor.php | ||
Report.php | ||
ReportComment.php | ||
ReportLog.php | ||
Status.php | ||
StatusArchived.php | ||
StatusHashtag.php | ||
StatusView.php | ||
Story.php | ||
StoryItem.php | ||
StoryReaction.php | ||
StoryView.php | ||
UIKit.php | ||
User.php | ||
UserDevice.php | ||
UserFilter.php | ||
UserInvite.php | ||
UserSetting.php |